Skip to content

fixing_cpp#577

Merged
treeform merged 1 commit intomasterfrom
fixing_cpp
May 3, 2026
Merged

fixing_cpp#577
treeform merged 1 commit intomasterfrom
fixing_cpp

Conversation

@treeform
Copy link
Copy Markdown
Owner

@treeform treeform commented May 1, 2026

Fixes the macOS ARM C++ backend build while keeping NEON SIMD enabled.

  • Adds Pixie-local typed NEON load/store shims so Nim C++ emits uint8/uint32 pointers instead of void pointers for Apple arm_neon.h macros.
  • Routes existing NEON load/store call sites through those shims.
  • Adds the nim cpp test runner on this stacked branch, leaving the image-suite PR focused on decoder coverage.

Local checks:

  • nim check --cpu:arm64 --os:macosx tests/tests.nim
  • nim cpp -r tests/tests.nim

@treeform treeform changed the base branch from imagesuite to master May 3, 2026 14:49
@treeform treeform merged commit d2792f8 into master May 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant